home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch01 / sheet.tpl < prev    next >
Text File  |  1994-07-29  |  2KB  |  77 lines

  1. # This is a comment line
  2. # Line starts with ! is a command line
  3.  
  4. # !!! Warning : The effects of commands are ACCUMULATED.
  5.  
  6. # This file contains all commands known by DISPLAY.
  7. # This file is for documentation. Copy it to another file and use that file
  8. #   to generate conatc sheet.
  9.  
  10. # this is identifier
  11. batch_contact_sheet
  12.  
  13. # contact sheet size. Default is in config.dis
  14. #!sheet_width 800
  15. #!sheet_height 600
  16.  
  17. # method. choose one. Default is in config.dis
  18. #!variable_box_size
  19. #!fixed_box_size
  20.  
  21. # for fixed_box_size method. Default is in config.dis
  22. #!box_width 80
  23. #!box_height 80
  24.  
  25. # string options: choose one. Default is name_dimension.
  26. #!name_dimension
  27. #!user_input
  28.  
  29. # output format (standard extension). Default is JPG.
  30. #!format jpg
  31. # output color type : bw, grey, color, true. Default is true(truecolor).
  32. #!color_type true
  33.  
  34. # choose exact file name or template. Default is exact file name.
  35.  
  36. # exact output file name. max 8 chars. Default is "contact"
  37. #!output_file contact
  38.  
  39. # output file template. generates sheet001, sheet002, sheet003 ...
  40. # max 7 chars. Default is "contact"
  41. #!output_template sheet
  42. # Default is 1
  43. #!template_counter_start 1
  44.  
  45. # input/output directory. Default is current dir
  46. #!input_dir
  47. #!output_dir
  48.  
  49. # contact sheet title (up to 49 chars). Default is none.
  50. #!title This is contact sheet title
  51.  
  52. # input image files.
  53. aaaa.gif
  54. bbbb.jpg
  55. cccc.bmp
  56. dddd.rle
  57. #        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  58. #        you can write 2 'user input' strings here. Each up to 49 chars.
  59. #        Please read NEW-FAQ for more information.
  60.  
  61. # generate contact sheet or ignore above images
  62. # 'genrate' and 'ignore' advance the template counter.
  63. !generate
  64. #!ignore
  65.  
  66. # you can change any command and generate another contact sheet.
  67.  
  68. !input_dir c:/qqq/rrr
  69.  
  70. eeee.gif
  71. ffff.gif
  72. hhhh.gif
  73. yyyy.gif
  74.  
  75. # generate 2nd contact sheet
  76. !generate
  77.